CPhidgetManager_getServerAddress

Gets the address and port of a remotely opened Phidget Manager. This will fail if the manager was opened locally.

extern (C) __gshared
int function(CPhidgetManagerHandle phidm, const char** address, int* port) CPhidgetManager_getServerAddress;

Meta